diff --git a/README.md b/README.md index 80eaecf..b6c582e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ iPy compatible "Overloads", on a class: from System import String, Char, Int32 s = String.Overloads[Char, Int32]('A', 10) -s = String.__overloads[__Char, Int32]('A', 10) +s = String.__overloads__[Char, Int32]('A', 10) ``` ## Using Generics @@ -242,7 +242,7 @@ from System import Console Console.WriteLine.Overloads[bool](true) Console.WriteLine.Overloads[str]("true") -Console.WriteLine.__overloads[__int](42) +Console.WriteLine.__overloads__[int](42) ``` Similarly, generic methods may be bound at runtime using the subscript pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy