struct InsertValue [src]

Fields

val: Value
elem: Value
indices_len: u32

Source

pub const InsertValue = struct { val: Value, elem: Value, indices_len: u32, //indices: [indices_len]u32, }