ByteArray
📁 Source: Batteries/Data/ByteArray.lean
Statistics
| Metric | Count |
|---|---|
| 6 | |
| 21 | |
| Total | 27 |
ByteArray
Definitions
| Name | Category | Theorems |
|---|---|---|
instDecidableEq_batteries 📖 | CompOp | — |
map 📖 | CompOp | — |
mapM 📖 | CompOp | — |
mapMUnsafe 📖 | CompOp | — |
ofFn 📖 | CompOp |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
data_copySlice 📖 | — | — | — | — | — |
data_mkEmpty 📖 | — | — | — | — | — |
data_ofFn 📖 | mathematical | — | ofFn | — | ofFn_zeroofFn_succ |
getElem_eq_data_getElem 📖 | — | — | — | — | — |
getElem_ofFn 📖 | mathematical | ofFn | size_ofFn | — | get_ofFn |
get_append_left 📖 | — | — | — | — | — |
get_append_right 📖 | — | — | — | — | — |
get_extract 📖 | mathematical | — | get_extract_aux | — | get_extract_aux |
get_extract_aux 📖 | — | — | — | — | — |
get_ofFn 📖 | mathematical | — | ofFnsize_ofFn | — | size_ofFndata_ofFn |
get_push_eq 📖 | — | — | — | — | — |
get_push_lt 📖 | mathematical | — | size_push | — | — |
get_set_eq 📖 | — | — | — | — | — |
get_set_ne 📖 | mathematical | — | size_set | — | — |
ofFn_succ 📖 | mathematical | — | ofFn | — | — |
ofFn_zero 📖 | mathematical | — | ofFn | — | — |
set_set 📖 | — | — | — | — | — |
size_ofFn 📖 | mathematical | — | ofFn | — | data_ofFn |
size_push 📖 | — | — | — | — | — |
size_set 📖 | — | — | — | — | — |
uset_eq_set 📖 | — | — | — | — | — |
ByteArray.mapMUnsafe
Definitions
| Name | Category | Theorems |
|---|---|---|
loop 📖 | CompOp | — |
---