Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for Any (0.01 seconds)

  1. doc/go_spec.html

    any                interface{ comparable; int }   // not satisfied: any does not implement interface{ int }
    any                comparable                     // satisfied: any is comparable and implements the basic interface any
    struct{f any}      comparable                     // satisfied: struct{f any} is comparable and implements the basic interface any
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Tue Dec 02 23:07:19 GMT 2025
    - 286.5K bytes
    - Click Count (1)
Back to Top