Pure functions for pagination logic.
This namespace provides pure functional implementations for pagination calculations, following the Functional Core pattern. All functions are deterministic and side-effect free.
Supports:
Pure: All functions return data, no side effects.
Pure functions for pagination logic. This namespace provides pure functional implementations for pagination calculations, following the Functional Core pattern. All functions are deterministic and side-effect free. Supports: - Offset-based pagination (simple, familiar) - Cursor-based pagination (high performance, stable results) - Parameter validation - Metadata calculation Pure: All functions return data, no side effects.
Pure functions for API versioning logic.
This namespace provides pure functional implementations for API version management, following the Functional Core pattern. All functions are deterministic and side-effect free.
Supports:
Pure: All functions return data, no side effects.
Pure functions for API versioning logic. This namespace provides pure functional implementations for API version management, following the Functional Core pattern. All functions are deterministic and side-effect free. Supports: - Version parsing and comparison - Version lifecycle management (experimental → stable → deprecated → sunset) - Version validation - Migration path tracking Pure: All functions return data, no side effects.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |