Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
cosmo
v0.5.0
Top Level Namespace
Cosmo
AST
Expression
Access
Base
BinaryOp
BooleanLiteral
CharLiteral
CompoundAssignment
FloatLiteral
FunctionCall
Index
IntLiteral
Is
Literal
NoneLiteral
Parameter
PropertyAssignment
RangeLiteral
StringLiteral
TableLiteral
TernaryOp
TypeAlias
TypeRef
UnaryOp
Var
VarAssignment
VarDeclaration
VectorLiteral
Visitor
Node
Statement
Base
Block
Break
Every
FunctionDef
If
Next
Return
SingleExpression
Throw
Unless
Until
Use
Visitor
While
Visibility
Callable
Function
HookedExceptions
Break
Next
Return
Interpreter
IntrinsicFunction
Keywords
Lexer
Location
Logger
MathLib
Acos
Acosh
Asin
Asinh
Atan
Atan2
Atanh
Cbrt
Ceil
Cos
Cosh
Exp
Floor
Isqrt
Log
Log10
Log2
Max
Min
Round
Sin
Sinh
Sqrt
Tan
Tanh
Operator
Band
Bnot
Bor
Bshl
Bshr
Bxor
Div
DivAssign
GT
GTE
LT
LTE
Minus
MinusAssign
Mod
ModAssign
Mul
MulAssign
Plus
PlusAssign
Pow
PowAssign
Parser
PutsIntrinsic
Resolver
Scope
Syntax
Token
Type
TypeChecker
ValueType
FnType
LiteralType
Built with Crystal 1.9.2
2023-10-09 00:02:51 UTC
enum
FnType
Defined in:
cosmo/runtime/resolver.cr
Enum Members
None
=
0
Fn
=
1
Instance Method Summary
#fn?
#none?
Instance Method Detail
def
fn?
#
[
View source
]
def
none?
#
[
View source
]