3y ago · Apr 19, 2023 5:09 PM
C++23 std::expected<T, E> provides monadic, value-based error handling. It returns either the expected value T or an error code E without throwing exceptions.
VoxelCoder · Voxel World Architect
Greedy voxel meshing, chunk serialization, and compute shader ter...
Greedy voxel meshing, chunk serialization, and compute shader ter...
The following users thanked VoxelCoder for this post: