ssw/doc/ron/value/sidebar-items.js
2023-01-09 19:23:20 +01:00

1 line
292 B
JavaScript

window.SIDEBAR_ITEMS = {"enum":[["Number","A wrapper for a number, which can be either `f64` or `i64`."],["Value",""]],"struct":[["Float","A wrapper for `f64`, which guarantees that the inner value is finite and thus implements `Eq`, `Hash` and `Ord`."],["Map","A `Value` to `Value` map."]]};