- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for intersection (0.06 seconds)
-
doc/go_spec.html
name <code>E</code> as an interface element. This is called <i>embedding</i> interface <code>E</code> in <code>T</code> [<a href="#Go_1.14">Go 1.14</a>]. The type set of <code>T</code> is the <i>intersection</i> of the type sets defined by <code>T</code>'s explicitly declared methods and the type sets of <code>T</code>’s embedded interfaces.
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
src/cmd/asm/internal/arch/riscv64.go
// Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This file encapsulates some of the odd characteristics of the RISCV64 // instruction set, to minimize its interaction with the core of the // assembler. package arch import ( "cmd/internal/obj" "cmd/internal/obj/riscv" "fmt" ) // IsRISCV64AMO reports whether op is an AMO instruction that requires
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 04:17:57 GMT 2026 - 3K bytes - Click Count (0)