mentat/edn/types/sidebar-items.js

1 line
568 B
JavaScript
Raw Normal View History

2018-08-22 17:04:13 +00:00
initSidebarItems({"enum":[["SpannedValue","`SpannedValue` is the parallel to `Value` but used in `ValueAndSpan`. Container types have `ValueAndSpan` children."],["Value","Value represents one of the allowed values in an EDN string."]],"struct":[["Span","Span represents the current offset (start, end) into the input string."],["ValueAndSpan","A wrapper type around `SpannedValue` and `Span`, representing some EDN value and the parsing offset (start, end) in the original EDN string."]],"trait":[["FromMicros",""],["FromMillis",""],["ToMicros",""],["ToMillis",""]]});