enum Savi::Compiler::Infer::Cap
Overview
TODO Should this be in its own file?
Defined in:
savi/compiler/infer/meta_type/capability.crEnum Members
-
ISO =
0_u8
-
ISO_ALIASED =
1_u8
-
REF =
2_u8
-
VAL =
3_u8
-
BOX =
4_u8
-
TAG =
5_u8
-
NON =
6_u8
Class Method Summary
Instance Method Summary
- #box?
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #iso?
- #iso_aliased?
- #non?
- #ref?
- #string
- #tag?
- #val?
Class Method Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO)
which can be overridden for custom implementations.
Also see #to_s
.