This commit is contained in:
Janggun Lee
2025-02-11 16:11:31 +09:00
parent 0758005eac
commit a8e0aa5e69
8 changed files with 22 additions and 27 deletions

View File

@@ -86,9 +86,11 @@ pub enum Dtype {
/// TODO(document)
Struct {
/// TODO(document)
// FIXME: Why is this an option?
name: Option<String>,
/// TODO(document)
// FIXME: Just use vec for empty set of fields, no need for option?
fields: Option<Vec<Named<Dtype>>>,
/// TODO(document)