aztec-nr
All items
protocol_types
0.0.0
In module arrays
Modules
assert_array_appended
assert_array_prepended
assert_exposed_sorted_transformed_value_array
assert_sorted_array
assert_sorted_transformed_padded_array
assert_split_sorted_transformed_value_arrays
assert_split_transformed_padded_arrays
assert_split_transformed_value_arrays
find_index
get_sorted_result
get_sorted_tuple
sort_by
sort_by_counter
Structs
ClaimedLengthArray
Functions
array_length
array_length_until
array_merge
array_padded_with
array_splice
array_to_bounded_vec
check_permutation
find_index_hint
find_index_hint_in_reverse
subarray
trimmed_array_length_hint
validate_array
aztec-nr
-
protocol_types
::
utils
::
arrays
Function
array_splice
pub fn array_splice<T, let N:
u32
, let M:
u32
>(array: [T; N], offset:
u32
) -> [T; M]
where T:
Empty