VK
Size: a a a
VK
AH
AH
VK
VK
AH
AH
AH
RM
R
RM
R
type IOne = abstract member One: string
type ITwo = abstract member Two: string
type Oba<'a when 'a :> IOne and 'a: ITwo> = 'a
let func (x : 'a Oba) = ...
AH
type IOne = abstract member One: string
type ITwo = abstract member Two: string
type Oba<'a when 'a :> IOne and 'a: ITwo> = 'a
let func (x : 'a Oba) = ...
AH
R
SN
R
Y
DB
DB