Functions§
- Compares
ident
andattr
and in case they match ensuresvalue
isSome
and contains aLitBool
. Returnstrue
in caseident
andattr
match, otherwise false. - Compares
ident
andattr
and in case they match ensuresvalue
isSome
and contains aLitStr
. Returnstrue
in caseident
andattr
match, otherwise false. - Compares
ident
andattr
and in case they match ensuresvalue
isNone
. Returnstrue
in caseident
andattr
match, otherwise false. - Checks if a
Type
’s identifier is “Option”.