Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Struct (0.16 sec)

  1. doc/go_spec.html

    	T2 struct{ f [10]T2 }      // T2 contains T2 as component of an array
    	T3 struct{ T4 }            // T3 contains T3 as component of an array in struct T4
    	T4 struct{ f [10]T3 }      // T4 contains T4 as component of struct T3 in an array
    )
    
    // valid struct types
    type (
    	T5 struct{ f *T5 }         // T5 contains T5 as component of a pointer
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  2. docs/en/docs/release-notes.md

        * `File()`
    
    * The new parameter fields are:
    
        * `default_factory`
        * `alias_priority`
        * `validation_alias`
        * `serialization_alias`
        * `discriminator`
        * `strict`
        * `multiple_of`
        * `allow_inf_nan`
        * `max_digits`
        * `decimal_places`
        * `json_schema_extra`
    
    ...you can read about them in the Pydantic docs.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri May 03 23:25:42 GMT 2024
    - 388.1K bytes
    - Viewed (1)
Back to top