Function toValue [src]
Prototype
pub fn toValue(self: Index, builder: *const Builder) Value Parameters
self: Indexbuilder: *const Builder Source
pub fn toValue(self: Index, builder: *const Builder) Value {
return self.toConst(builder).toValue();
}