Functionsยง
- Read an element from a list.
- A pointer to the
i
th element in the list, as well as the size of that element. - Write an element to a list.
- Load a list from memory returning each element as a list of
BFieldElement
s. - Load a list from memory. Elements must be of
Copy
type.