Source code

Revision control

Copy as Markdown

Other Tools

#ifndef CodePointRangeIteratorResult_D_H
#define CodePointRangeIteratorResult_D_H
#include <stdio.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "diplomat_runtime.h"
typedef struct CodePointRangeIteratorResult {
char32_t start;
char32_t end;
bool done;
} CodePointRangeIteratorResult;
typedef struct CodePointRangeIteratorResult_option {union { CodePointRangeIteratorResult ok; }; bool is_ok; } CodePointRangeIteratorResult_option;
#endif // CodePointRangeIteratorResult_D_H