|
libmatrix
|
Type aliases and wrapped result type. More...
#include <stdbool.h>#include <stdint.h>#include <stdlib.h>Go to the source code of this file.
Data Structures | |
| struct | Result |
Functions | |
| Result | Ok (void *val) |
| Result | Err (char *err) |
| bool | is_err (Result res) |
| bool | is_ok (Result res) |
Type aliases and wrapped result type.
1.8.17