Docs.rs
  • erg_compiler-0.6.52
    • erg_compiler 0.6.52
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • mtshiba
    • Dependencies
      • erg_common ^0.6.52 normal
      • erg_parser ^0.6.52 normal
      • pyo3 ^0.21 normal optional
      • erg_common ^0.6.52 build
    • Versions
    • 7.43% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

erg_compiler0.6.52

Module constructors

Module Items

  • Functions

In erg_compiler::ty

erg_compiler::ty

Module constructors

Source

Functionsยง

and
ands
anon
bin_op
bounded
callable
closed_range
d_func
default_func
dict_mut
dict_t
fn0_met
fn1_kw_met
fn1_met
fn2_met
fn_met
free_var
from_str
func
func0
func1
func2
func3
guard
homo_tuple_t
instanceof
int_interval
interval
iter
kind1
kw
kw_default
kw_var_pr_met
list_mut
list_t
module
module_from_path
mono
mono_q
mono_q_tp
mono_tp
named_free_var
named_uninit_var
nd_func
function type with non-default parameters
nd_proc
nd_proc1
no_var_fn_met
no_var_func
no_var_proc
not
or
ors
out_dict_t
out_list_t
out_set_t
out_unknown_len_list_t
poly
pos
pr0_met
pr1_kw_met
pr1_met
pr_met
proc
proc0
proc1
proc2
proj
proj_call
py_module
range
ref_
ref_mut
refinement
set_mut
set_t
singleton
str_dict_t
subr_t
subtype_q
subtypeof
Sub <: Sup
supertypeof
t_enum
t_singleton
tp_enum
try_v_enum
tuple_t
ty_tp
type_poly
type_q
unknown_len_list_mut
unknown_len_list_t
unknown_len_set_t
unsized_list_t
UnsizedList is a type of [x; _] (unsized list literal). UnsizedList(T) != List(T, _)
v_enum
value
NOTE: Always add postfix when entering numbers. For example, value(1) will be of type Int.