module Slice::Lucky
Included Modules
Extended Modules
Defined in:
avram/charms/slice_extensions.crClass Method Summary
Instance Method Summary
- #from_db!(value : Bytes)
- #parse(value : String)
- #parse(value : Bytes)
- #to_db(value : Bytes)
- #to_db(value : String) : String
Instance methods inherited from module Avram::Type
from_db!(value)
from_db!,
parse(value : Nil)parse(values : Array(String)) parse, parse!(value) parse!, to_db(value : Nil) to_db, to_db!(value) to_db!